Add firecracker volume export/release commands for NFS-backed host paths - #113
Merged
Merged
Conversation
Copilot created this pull request from a session on behalf of
schaefi
September 2, 2026 14:44
View session
schaefi
marked this pull request as ready for review
September 2, 2026 14:48
schaefi
force-pushed
the
copilot/add-flake-ctl-firecracker-volume-commands
branch
from
September 2, 2026 15:09
a50d72b to
22968bf
Compare
Add firecracker volume export/release commands for NFS-backed host paths Assisted-by: GPT-5.4
schaefi
force-pushed
the
copilot/add-flake-ctl-firecracker-volume-commands
branch
from
September 2, 2026 15:12
22968bf to
34444d3
Compare
schaefi
deleted the
copilot/add-flake-ctl-firecracker-volume-commands
branch
September 3, 2026 08:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds
flake-ctl firecracker volume exportandflake-ctl firecracker volume releaseto manage host paths shared with Firecracker guests through NFS. The change also updates packaging so the Firecracker subpackage declares the required NFS server dependency.New firecracker volume commands
volume export --path <PATH>andvolume release --path <PATH>underflake-ctl firecrackerNFS export management
exportwrites a flake-pilot-managed entry to/etc/exportsfor the Firecracker guest networkreleaseremoves only the flake-pilot-managed entry for the specified pathService handling
exportstartsnfs-serverif it is not already active; otherwise it reloads exportsreleaserestartsnfs-serverafter removing the entry so the change takes effectPackaging and operator-facing updates
nfs-kernel-serverto theflake-pilot-firecrackerpackage requirementsflake-ctl firecracker volume export --path /some/local/path flake-ctl firecracker volume release --path /some/local/path